home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 2
/
Gold Medal Software Volume 2 (Gold Medal) (1994).iso
/
utils
/
tpshw.arj
/
NEXTTIME.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-10-16
|
442b
|
16 lines
@ECHO OFF
CLS
IF EXIST TP-REG.EXE GOTO START
@ECHO This is a file to demo the "BATCH CHAINING" & "TIME-PLUS" features
@ECHO of the registered version of TIME-PRO. The shareware version
@ECHO does not support these features. Please see the Users Manual.
@ECHO.
GOTO END
:START
REM Place desired software command line here.
REM The line below restarts TIME-PRO at the next desired time.
TP-REG 00+00+10 NEXTTIME
:END
BEEP
BEEP